Fix compiler warning due to missing function prototype.
[svn.git] / tools / buildbot / slaves / win32-xp VS2005 / svnclean.bat
blobd80bd6fe88eae6eaf1dc782f6d3fb48d139c371e
1 @echo off\r
2 IF NOT EXIST ..\config.bat GOTO noconfig\r
3 call ..\config.bat\r
4 \r
5 REM if NOT "%CLEAN_SVN%"=="" MSBUILD subversion_vcnet.sln /t:Clean /p:Configuration=Release\r
6 rmdir /s /q Release\r
7 rmdir /s /q %TEST_DIR%\r
8 \r
9 EXIT 0\r
11 :noconfig\r
12 echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.\r
13 EXIT 2\r